home *** CD-ROM | disk | FTP | other *** search
/ Mac OS on the PowerPC Mic…rocessor - In Store Demo / Mac OS on the PowerPC Microprocessor.iso / MacOS / MacOS.dxr / 00115.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  391 b   |  19 lines

  1. global objBookmark
  2.  
  3. on mouseDown
  4.   set tSprite to clickOn()
  5.   repeat while stillDown()
  6.     if rollOver(tSprite) then
  7.       set the castNum of sprite tSprite to 114
  8.     else
  9.       set the castNum of sprite tSprite to 113
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   set the castNum of sprite clickOn() to 113
  14.   updateStage()
  15.   if rollOver(tSprite) then
  16.     enterUserName(tSprite)
  17.   end if
  18. end
  19.